Upgrade commons-validator to 1.6 Version 1.6 upgrades the TLD list to version 2017020400 [1]. The version available at the IANA site [2] at the time of writing this commit is 2017032102. Prior versions are not provided. Update the test data to this later version, commenting out the only TLD that is not supported in 2017020400 ("AFRICA"). [1] https://github.com/apache/commons-validator/commit/fe29c2dd861bfc0fe4c397f9f9b220b735ea4ce7 [2] http://data.iana.org/TLD/tlds-alpha-by-domain.txt Change-Id: I2fb3fbc6e4db205d0a1aafdbc6b73a91b2e844ed 
diff --git a/WORKSPACE b/WORKSPACE index 54c414f..0a2259c 100644 --- a/WORKSPACE +++ b/WORKSPACE 
@@ -311,8 +311,8 @@    maven_jar(  name = "commons_validator", - artifact = "commons-validator:commons-validator:1.5.1", - sha1 = "86d05a46e8f064b300657f751b5a98c62807e2a0", + artifact = "commons-validator:commons-validator:1.6", + sha1 = "e989d1e87cdd60575df0765ed5bac65c905d7908",  )    maven_jar(